home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / 3d / uvsurf.readme < prev    next >
Text File  |  1993-02-02  |  849b  |  22 lines

  1. Short: display&save parametric surfaces
  2. Uploader: u2203@sparc0a.cs.uiuc.edu
  3.  
  4. This is a tool I wrote to explore parametric surfaces of
  5. two parameters (u and v, hence the name).
  6.  
  7. You give it the equations X(u,v),Y(u,v) and Z(u,v), and the
  8. limits and increments for u and v, and it computes and 
  9. displays the surface described.
  10.  
  11. You can then rotate and illuminate and render the surface
  12. in various ways. This section is all done w/ integer math,
  13. and is just about as near to realtime as its going to get---
  14. typically <10 secs redisplay time for 10,000 verticies
  15. using the slowest display mode (the nebula mode or an
  16. edged solid mode) on a plain 7.14 MHz 68000 Amiga.
  17.  
  18. And you can also save images of the surface, and (3-D MODELERS TAKE
  19. NOTE!) the surfaces themselves as TDDD 3-d objects.
  20.  
  21. This one runs under 1.2 and 1.3 w/ arp, or under 2.04 without.
  22.